diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-10 10:40:33 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-10 10:40:33 -0700 |
commit | 34bdd560c1e992bb6e51214dacb91970860d6172 (patch) | |
tree | 1bd5e891811e0373ad24409e281fd2230d12a2bf | |
parent | 72a5b117f02252c17a41da5099dbba6cf2e05ac2 (diff) | |
download | vyatta-op-vpn-34bdd560c1e992bb6e51214dacb91970860d6172.tar.gz vyatta-op-vpn-34bdd560c1e992bb6e51214dacb91970860d6172.zip |
Change license from VPL to GPLv2
Glendale release is licensed under GPLv2.
-rw-r--r-- | src/rl_str_proc.cc | 26 | ||||
-rw-r--r-- | src/rl_str_proc.hh | 26 |
2 files changed, 6 insertions, 46 deletions
diff --git a/src/rl_str_proc.cc b/src/rl_str_proc.cc index 7715de3..ce28f37 100644 --- a/src/rl_str_proc.cc +++ b/src/rl_str_proc.cc @@ -1,29 +1,9 @@ /* * Module: rl_str_proc.cc * - * **** License **** - * Version: VPL 1.0 - * - * The contents of this file are subject to the Vyatta Public License - * Version 1.0 ("License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.vyatta.com/vpl - * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. - * - * This code was originally developed by Vyatta, Inc. - * Portions created by Vyatta are Copyright (C) 2005, 2006, 2007 Vyatta, Inc. - * All Rights Reserved. - * - * Author: Michael Larson - * Date: 2005 - * Description: - * - * **** End License **** - * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. */ #include "rl_str_proc.hh" diff --git a/src/rl_str_proc.hh b/src/rl_str_proc.hh index 5d0f418..3080395 100644 --- a/src/rl_str_proc.hh +++ b/src/rl_str_proc.hh @@ -1,29 +1,9 @@ /* * Module: rl_str_proc.hh * - * **** License **** - * Version: VPL 1.0 - * - * The contents of this file are subject to the Vyatta Public License - * Version 1.0 ("License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.vyatta.com/vpl - * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. - * - * This code was originally developed by Vyatta, Inc. - * Portions created by Vyatta are Copyright (C) 2006, 2007 Vyatta, Inc. - * All Rights Reserved. - * - * Author: Michael Larson - * Date: 2006 - * Description: - * - * **** End License **** - * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. */ #ifndef __RL_STR_PROC_HH__ |