Skip to content

Commit 8a5ea74

Browse files
committed
license formatting
1 parent cc45d39 commit 8a5ea74

6 files changed

Lines changed: 11 additions & 21 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Library for converting an XML file to N-Triple RDF"
88
repository = "https://github.com/DeciSym/xml2rdf"
99
readme = "README.md"
1010
keywords = ["xml", "rdf", "n-triples", "semantic-web", "converter", "parser"]
11-
categories = ["encoding", "parser-implementations", "science", "web-programming"]
11+
categories = ["command-line-utilities", "encoding", "parser-implementations", "science", "web-programming"]
1212

1313
[dependencies]
1414
clap = { version = "4.5.30", features = ["derive"] }

src/convert.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) 2024-2025, Decisym, LLC
3-
* Licensed under the BSD 3-Clause License (see LICENSE file in the project root).
4-
*/
1+
// Copyright (c) 2024-2025, Decisym, LLC
2+
// Licensed under the BSD 3-Clause License (see LICENSE file in the project root).
53

64
//! # XML2RDF Converter Library
75
//!

src/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) 2024-2025, Decisym, LLC
3-
* Licensed under the BSD 3-Clause License (see LICENSE file in the project root).
4-
*/
1+
// Copyright (c) 2024-2025, Decisym, LLC
2+
// Licensed under the BSD 3-Clause License (see LICENSE file in the project root).
53

64
pub mod convert;
75
pub mod writer;

src/main.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) 2024-2025, Decisym, LLC
3-
* Licensed under the BSD 3-Clause License (see LICENSE file in the project root).
4-
*/
1+
// Copyright (c) 2024-2025, Decisym, LLC
2+
// Licensed under the BSD 3-Clause License (see LICENSE file in the project root).
53

64
//! # XML2RDF Converter
75
//!

src/writer.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) 2024-2025, Decisym, LLC
3-
* Licensed under the BSD 3-Clause License (see LICENSE file in the project root).
4-
*/
1+
// Copyright (c) 2024-2025, Decisym, LLC
2+
// Licensed under the BSD 3-Clause License (see LICENSE file in the project root).
53

64
//! # XML2RDF Writer Library
75
//!

tests/integration.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) 2024-2025, Decisym, LLC
3-
* Licensed under the BSD 3-Clause License (see LICENSE file in the project root).
4-
*/
1+
// Copyright (c) 2024-2025, Decisym, LLC
2+
// Licensed under the BSD 3-Clause License (see LICENSE file in the project root).
53

64
use oxrdf::Graph;
75
use oxrdfio::{RdfFormat, RdfParser};

0 commit comments

Comments
 (0)