Skip to content

Commit 533ad39

Browse files
committed
apache v2.0
1 parent 1bdd7d5 commit 533ad39

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

src/aes/Makefile

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
# Copyright (C) 2012,2013 IBM Corp.
2-
# This program is free software; you can redistribute it and/or modify
3-
# it under the terms of the GNU General Public License as published by
4-
# the Free Software Foundation; either version 2 of the License, or
5-
# (at your option) any later version.
1+
# Copyright (C) 2012-2017 IBM Corp.
62
#
7-
# This program is distributed in the hope that it will be useful,
8-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10-
# See the GNU General Public License for more details.
11-
#
12-
# You should have received a copy of the GNU General Public License along
13-
# with this program; if not, write to the Free Software Foundation, Inc.,
14-
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
3+
# This program is Licensed under the Apache License, Version 2.0
4+
# (the "License"); you may not use this file except in compliance
5+
# with the License. You may obtain a copy of the License at
6+
# http://www.apache.org/licenses/LICENSE-2.0
7+
# Unless required by applicable law or agreed to in writing, software
8+
# distributed under the License is distributed on an "AS IS" BASIS,
9+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
# See the License for the specific language governing permissions and
11+
# limitations under the License. See accompanying LICENSE file.
1512
#
1613
CC = g++
1714
LD = g++

0 commit comments

Comments
 (0)