Skip to content

Commit cb03223

Browse files
committed
Update license info
1 parent bded25a commit cb03223

File tree

273 files changed

+1317
-179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+1317
-179
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Apalachean State University
2+
# Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Appalachian State University
33
# All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<!--
33
4-
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Apalachean State University
4+
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Appalachian State University
55
All rights reserved.
66
77
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Apalachean State University
4+
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Appalachian State University
55
All rights reserved.
66
77
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

src/main/rascal/lang/php/analysis/NamePaths.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@license{
2-
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Apalachean State University
2+
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Appalachian State University
33
All rights reserved.
44
55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

src/main/rascal/lang/php/analysis/callgraph/SimpleCG.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@license{
2-
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Apalachean State University
2+
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Appalachian State University
33
All rights reserved.
44
55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

src/main/rascal/lang/php/analysis/cfg/BasicBlocks.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@license{
2-
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Apalachean State University
2+
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Appalachian State University
33
All rights reserved.
44
55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

src/main/rascal/lang/php/analysis/cfg/BuildCFG.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@license{
2-
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Apalachean State University
2+
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Appalachian State University
33
All rights reserved.
44
55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

src/main/rascal/lang/php/analysis/cfg/CFG.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@license{
2-
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Apalachean State University
2+
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Appalachian State University
33
All rights reserved.
44
55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

src/main/rascal/lang/php/analysis/cfg/FlowEdge.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@license{
2-
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Apalachean State University
2+
Copyright (c) 2013, NWO-I Centrum Wiskunde & Informatica (CWI), Mark Hills, Appalachian State University
33
All rights reserved.
44
55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)